projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe512f2
)
Add mode line element '(:eval FORM)'.
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 5 Nov 1999 13:50:51 +0000
(13:50 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 5 Nov 1999 13:50:51 +0000
(13:50 +0000)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index a8fb4ac9e436c299d783338e293d441eccd60c90..4694d0f1d72acfa2ca801778dc33edf73c984eb8 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-1778,6
+1778,9
@@
The same mechanism is used to determine the `face' and `help-echo'
properties of strings in the mode line. See `bindings.el' for an
example.
+*** If a mode line element has the form `(:eval FORM)', FORM is
+evaluated and the result is used as mode line element.
+
+++
*** You can suppress mode-line display by setting the buffer-local
variable mode-line-format to nil.